All Questions
3 questions
0votes
1answer
507views
Retrieving model values from dynamically opened controller's scope in AngularJS
I am developing an Web Application using Angular JS. I am a beginner to AngularJS. In my app, I need to dynamically add and remove elements. I use directive for it. Adding and removing elements is ...
1vote
1answer
152views
Directive hierarchy & bindToController
I encountered an issue while writing an AngularJS directive. I'm actually trying to melt two principles, directive inheritance and using the controller object (the famous this) instead of $scope. I ...
0votes
1answer
65views
angularjs: multiple binded functions in directive
I have a function in my directive that is bound to a function in my controller as follows: HTML: <div graph-visualization data="graphdata" type="graphtype" data-method="watchMonth" timespan="...